home *** CD-ROM | disk | FTP | other *** search
- /*
- * AllPaper Header File
- */
-
- #define IDD_FRAME 100
- #define IDD_TITLE 101
-
- #define IDD_HEADER 102
- #define IDD_640 103
- #define IDD_800 104
- #define IDD_1024 105
- #define IDD_1280 106
- #define IDD_SCREEN 107
- #define IDD_NEW 108
- #define IDD_SAVE 109
- #define IDD_RECT1 110
- #define IDD_RECT2 111
-
- #define IDM_ABOUT 112
-
- //
- // Error message identifiers
- //
- #define ERROR_OPENING_FILE 1
- #define ERROR_READING_FILE 2
- #define END_OF_FILE 3
- #define UNSUPPORTED_FORMAT 4
- #define COMPRESSED_FILE 5
- #define NOT_ENOUGH_MEMORY 6
- #define ERROR_CREATING_FILE 7
- #define ERROR_WRITING_FILE 8
- #define DISK_FULL 9
-